regexp.Regexp.doMatch (method)
4 uses
regexp (current package)
exec.go#L513: func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool {
regexp.go#L501: return re.doMatch(r, nil, "")
regexp.go#L507: return re.doMatch(nil, nil, s)
regexp.go#L513: return re.doMatch(nil, b, "")
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)